home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1996 October / MacFormat CD Edition MF42 (October 1996).ISO / mac / MacFormat 42 Browser / SOURCES / oMF31_10.k < prev    next >
Text File  |  1996-08-07  |  746b  |  44 lines

  1. object oMF31_10 is cDefaultContainer
  2. with
  3.     Binder is oBinder;
  4.     Label is -1;
  5.     Items is [
  6.         oIssue_31_BI_10_1,
  7.         oMenu_Button_10_2
  8.     ];
  9. end;
  10.  
  11.  
  12. object oIssue_31_BI_10_1 is cPictureHandler
  13. with
  14.     Duration is -1;
  15.     Supplier is oIssue_31_BI_30_;
  16.     Behavior is cVRBehavior
  17.     has
  18.     with
  19.         Enabled is true; Shown is true; 
  20.         X is 0; Y is 0; Width is 640; Height is 480;
  21.     end;
  22. end;
  23.  
  24.  
  25. object oMenu_Button_10_2 is cPictureHandler
  26. with
  27.     Duration is -1;
  28.     Supplier is oMenu_Button_49_;
  29.     Behavior is cVRBehavior
  30.     has
  31.         MouseUp(theTarget, theX, theY)
  32.             do
  33.                 oBinder.Goto(oBack_Issues_3);
  34.                 oBinder.Refresh();
  35.                 oBinder.SetTransition(oDissolve, 30);
  36.             end;
  37.         
  38.     with
  39.         Enabled is true; Shown is true; 
  40.         X is 519; Y is 431; Width is 90; Height is 39;
  41.     end;
  42. end;
  43.  
  44.